Xbasic

Reporting::ReportExcelElement Class

Description

Part of an excel report (i.e. cell)

Properties

TextCharacter

Type: "C", Text content for target cell.

FieldCharacter

Type: "C", Dynamic content (from JSON) to populate the cell.

StyleNameCharacter

Type: "C", Style name for this cell.

InlineStyleCharacter

Type: "C", Inline style definiton for this cell.

ColNumeric

Type: "N", Column for this cell.

RowNumeric

Type: "N", Relative row in section for thi cell.

ColsNumeric

Type: "N", Number of Columns that represent this cell (merges columns together)

RowsNumeric

Type: "N", Number of Rows that represent this cell (merges columns together)

FormulaTemplateCharacter

Type: "C", EXCEL formula to set in cell (uses template for runtime substiutions).

conditionIndexNumeric

Type: "N", Optional index of condition that applies

Methods

NewInstance

Create a new object instance of the same type.

See Also